home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / boards / egsa2410v0.8.lha / A2410Driver / Readme < prev   
Encoding:
Text File  |  1995-02-19  |  3.3 KB  |  90 lines

  1. This Version of the EGS Driver for the A2410 U.Lowell Graphics card
  2. is a preleminary version. It is not complete !
  3.  
  4. EGS runs in most cases. As this driver is written in C and not
  5. in the native EGS implentation "Cluster" I do have some trouble to
  6. make this Driver run.
  7. First it is an executeable. Please follow the installation rules made
  8. by the Install_EGSA2410 program.
  9. To run the driver, the EGSA2410Prefs program must setup the basic 
  10. preferences for the driver first. It will be executed by the installer
  11. script. It does run on native EGS or uses the MUI(2) under Intuition. 
  12. See also ToolTypes of the EGSA2410Preferences.
  13. It sets location of the required loadtiga(1) and some other board 
  14. initialisation has to be made.
  15.  
  16. Please add the line "Wait 4 secs" to your devs:monitors/EGS file !
  17. This makes sure the driver is up and running when EGSWB is executed
  18. (timing is for my 25 MHz A3000. It could be less on faster machines,
  19. I guess...).
  20.  
  21. The EGSA2410Driver requires a working EGS (6.x,7.x) installation !
  22. It also requires the <A2410.device>(1) and <loadtiga>(1).
  23.  
  24. what does work :
  25.  
  26.     Window movement does only work in solid mode (?).
  27.     Please enable the gadget <8> in the EGS-Screenmode.
  28.     Also <Force-Simple-to-Smart 8> would speed things up on refresh !
  29.     (it need's more RAM, though).
  30.  
  31.     Most Appliction under Native EGS do work.
  32.     I tried 
  33.         EGS-TV, EGS-PhotoAlbum, 
  34.         PicAccess Demo,
  35.         EGS-SpectraPaint,
  36.         EGS-Shell, EGS-Finder, ....
  37.  
  38. what does not work :
  39.  
  40.     The mouseinput under AmigaOS (EGSWB) does not work - the
  41.     Amiga will crash (comes from the input device ???).
  42.     The Intition Emulation is useless ! (Sorry, I'm searching
  43.     for the bug for some month now, I do not know what's wrong here !)
  44.  
  45.     The monitor link does not work (it is build into the driver) !
  46.     So you can NOT switch between screens with <L-Amiga>-<m> !
  47.  
  48. What has to be implemented :
  49.  
  50.     to do :                                                                     
  51.                                                                                 
  52.     +   Bugfixes in ZoomFrom24() und BitBlt()
  53.         BitBlt() is used for Amiga style blitting. It is disabled in V0.8.
  54.         ZoomFrom24() does only zoom into an image, zooming out (<1) does not work !
  55.  
  56.     +   Mouseimage support for 64/2 and 16*2 Pointer,
  57.         The mouse cursor must be a 32x32 Image (see EGS-Mouse Prefernces!)
  58.  
  59.     +   Mousebug if Image (32x32) moves out of the screen !                             
  60.         (A2410 problem !)
  61.  
  62.     +   Miniterms are not supported right now.
  63.                                                                                 
  64.     +   Dithering on area operations is missing !
  65.                                                                                 
  66.     +   FillMask does not have a pattern.
  67.                                                                                
  68.     +   use Libcode
  69.  
  70.     +   make the Mouse working under normal conditions !!
  71.  
  72.  
  73.  
  74. you can reach me at
  75.  
  76. Juergen Schober
  77. Muchargasse 35/1/4
  78. A-8010 Graz
  79. AUSTRIA
  80. ----
  81. e-mail : point@sbox.tu-graz.ac.at
  82.          (or f9031304@mbox.tu-graz.ac.at)
  83. --
  84. (1) <loadtiga> and <a2410.device> are ©Commodore
  85.     they are part of the A2410 distribution. Write me an e-mail if 
  86.     you do not have it !
  87. --
  88. (2) MUI is ©Stefan Stuntz. Check it out on Aminet if you do not have it !
  89. --
  90.